FIND

Syntax: FIND (procfn$)
Location: BTool

If procfn$ is the name of a machine code keyword (eg. "FILL$") then the function FIND returns the address where the definition is stored in memory. If, however, procfn$ contains the name of a SuperBASIC PROCedure or FuNction then FIND will return the line number where the PROCedure or FuNction starts.  

FIND returns 0 if the passed name is unknown.

CROSS-REFERENCE:
KEY_ADD, ELIS, NEW_NAME
Also see FLIS.
